projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea9d637
)
Include change logs in subdirs of `lisp'.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 17 May 1999 01:38:15 +0000
(
01:38
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 17 May 1999 01:38:15 +0000
(
01:38
+0000)
make-dist
patch
|
blob
|
history
diff --git
a/make-dist
b/make-dist
index a09d988a85f5defd0fea95e2a39b9e2b18c3708b..645046d3c33ebc5494e13e3d4b754856d46b84ba 100755
(executable)
--- a/
make-dist
+++ b/
make-dist
@@
-326,6
+326,9
@@
echo "Making links to \`lisp' and its subdirectories"
if [ -f $file/README ]; then
ln $file/README ../${tempdir}/lisp/$file
fi
+ if [ -f $file/ChangeLog ]; then
+ ln $file/ChangeLog ../${tempdir}/lisp/$file
+ fi
done )
echo "Making links to \`leim' and its subdirectories for the LEIM distribution"